home *** CD-ROM | disk | FTP | other *** search
/ Amiga News 95 / Amiga News 95.iso / dpat / dpat05 / termii / panel.config < prev    next >
Text File  |  1990-02-21  |  1KB  |  56 lines

  1. #
  2. #   panel.config
  3. #
  4. #       config pour _panel_, le tableau de commande pour
  5. #       Term II, en fait c'est un processus externe. On
  6. #       dispose de 4 lignes de 5 gadgets. Ici, ces 4 lignes
  7. #       sont adaptées à Calvacom.
  8. #
  9. #       Chaque ligne correspond à un gadget. Il y a tout
  10. #       d'abord le nom du gadget, terminé par ';' Seuls les
  11. #       9 premiers caractères sont retenus. Après le ';' il
  12. #       y a la commande à passe à Term II
  13. #
  14.  
  15.  
  16. #       première ligne :
  17.  
  18.     Amiga; serial_send "ci amiga\n"
  19.     Mac;   serial_send "ci mac\n"
  20.     RCI;   serial_send "ci RCI\n"
  21.     OUF;   serial_send "ci ouf\n"
  22.     IBM;   serial_send "ci IBM\n"
  23.  
  24.  
  25. #       deuxième ligne :
  26.  
  27.     Forums;     serial_send "fo\n\n"
  28.     Qui ?;      serial_send "/q tout\n"
  29.     !;          serial_send "!\n"
  30.     !!;         serial_send "!!\n"
  31.     Messages;   serial_send "/m\n"
  32.  
  33. #       troisième ligne :
  34.  
  35.     Textes;     serial_send "/tex\n"
  36.     BIB Amiga;  serial_send "BIB Amiga\n"
  37.     Stat;       serial_send "*\nst\n"
  38.     Signal;     serial_send "/s\n";
  39.     Info;       serial_send "/in\n";
  40.  
  41. #       quatrième ligne :
  42.  
  43.     Lire;       serial_send "li\n"
  44.     Calva .;    serial_send ".\n"
  45.     RETURN;     serial_send "\n"
  46.     1;          serial_send "1\n"
  47.     2;          serial_send "2\n"
  48.  
  49. #       cinquième ligne
  50.  
  51.     3;          serial_send "3\n"
  52.     4;          serial_send "4\n"
  53.     5;          serial_send "5\n"
  54.     6;          serial_send "6\n"
  55.     7;          serial_send "7\n"
  56.